Expand description

egui bindings for winit.

The library translates winit events to egui, handled copy/paste, updates the cursor, open links clicked in egui, etc.

Re-exports

pub use egui;
pub use winit;

Modules

Structs

Handles the integration between egui and winit.

Can be used to store native window settings (position and size).

Functions